feat: add discover-driven filters for yarn lint, dig, git cherry-pick, git remote#1509
Open
xronocode wants to merge 1 commit into
Open
feat: add discover-driven filters for yarn lint, dig, git cherry-pick, git remote#1509xronocode wants to merge 1 commit into
xronocode wants to merge 1 commit into
Conversation
Collaborator
📊 Automated PR Analysis
SummaryAdds discover-driven filters for yarn lint, dig, git cherry-pick, and git remote commands. Includes two new TOML filters (yarn-lint, dig), two new Rust-based git subcommand handlers (cherry-pick, remote), new discover classification rules for yarn/dig/ssh, and corresponding tests. Review Checklist
Analyzed automatically by wshm · This is an automated analysis, not a human review. |
9cfc337 to
68c0af7
Compare
68c0af7 to
39ce3db
Compare
…, git remote Add discover-driven coverage for commands that are still absent from origin/develop. New TOML filters: - yarn-lint.toml: strip progress noise and blank lines from yarn lint output - dig.toml: keep DNS answer sections and query metadata while stripping decorative headers New git handlers: - git cherry-pick: compact successful output while preserving full conflict output - git remote: compact listings, deduplicate -v output, and summarize mutating actions Discover updates: - classify yarn, dig, git cherry-pick, git remote, and existing ssh TOML coverage - update registry tests and built-in TOML filter counts
39ce3db to
e722031
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds discover-driven coverage for commands that are still absent from current
origin/develop:TOML filters (2 new):
yarn-lint.toml— strips progress noise and blank lines fromyarn lintoutputdig.toml— keeps DNS answer sections and query metadata while stripping decorative headersRust git handlers (2 new):
git cherry-pick— compacts successful output while preserving full conflict outputgit remote— compacts listings, deduplicates-voutput, and summarizes mutating actionsDiscover updates:
yarn,dig,git cherry-pick,git remote, and existingsshTOML coveragecherry-pickandremoteFreshness check
Checked against current
origin/developafter rebasing:dig.tomlis not present upstreamyarn-lint.tomlis not present upstreamrtk git cherry-pickandrtk git remotehandlers are not present upstreamssh.tomlalready exists upstream; this PR only adds discover classification for itrtk git status, but not agit cherry-pickcommand handlerTesting
cargo test: 1822 passed, 0 failed, 6 ignoredcargo test discover::registry::tests: 276 passedcargo test core::toml_filter::tests: 49 passedcargo fmt -- --check: passed